home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 109 / PC Guia 109.iso / Html / novis.swf / scripts / DefineButton2_14 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2004-07-14  |  164b  |  12 lines

  1. on(rollOver){
  2.    if(_currentframe <= 47)
  3.    {
  4.       play();
  5.    }
  6.    else
  7.    {
  8.       gotoAndPlay(95 - _currentframe);
  9.    }
  10.    _root.leg.gotoAndStop(2);
  11. }
  12.